home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / nj21_312.zip / APPLE2.BAT < prev    next >
DOS Batch File  |  1991-08-12  |  482b  |  9 lines

  1. for %%f in (netw_286\wdpls2?d.obj) do if exist %%f copy %%f
  2. for %%f in (netw_286\wdplus2.lan) do if exist %%f copy %%f
  3. for %%f in (wdplus?d.obj) do if exist %%f copy %%f netw_286
  4. for %%f in (wdplus.lan)  do if exist %%f copy %%f netw_286
  5. for %%f in (wdplus?d.obj)  do if exist netw_286\%%f del %%f
  6. for %%f in (wdplus.lan)  do if exist netw_286\%%f del %%f
  7. for %%f in (wdpls2?d.obj) do if exist %%f del netw_286\%%f
  8. for %%f in (wdplus2.lan) do if exist %%f del netw_286\%%f
  9.